home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGBLER / ASMCODE.LZH / RESPOND.DOC < prev    next >
Text File  |  1984-05-30  |  404b  |  14 lines

  1. RESPOND:     5-30-84
  2.  
  3. Procedure to produce a 3950 hz tone, for 1 clock cycle used as a notify
  4. blip to indicate that some action was taken by the system at the users
  5. request.  After a request is satisfied, then this tone is supplied.
  6. Otherwise use tone 'beep':  write (chr(7)).
  7.  
  8. There are NO parms required with this procedure.
  9. Declare as:    Procedure beep;external;
  10.  
  11. To use:   beep;
  12.  
  13. END.
  14.